home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
C
/
GBDK
/
include
/
graphics.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-03
|
242 b
|
15 lines
#define AND 0
#define OR 1
#define XOR 2
#define SOLID 3
#define WHITE 0
#define LTGREY 1
#define DKGREY 2
#define BLACK 3
void plot(int x, int y, int color, int mode);
void draw_image(unsigned char *data);
/* image size = (0x80, 0x78)
*/